home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / wincrg10.zip / VENDOR.DOC < prev    next >
Text File  |  1995-01-20  |  3KB  |  69 lines

  1. ┌────────────────────────────────────────────────────────────────────┐
  2. │   See the VENDINFO.DIZ file for WinCharging product information    │
  3. └────────────────────────────────────────────────────────────────────┘
  4.  
  5.               CREATING A TWO-DISK INSTALLATION PACKAGE
  6.  
  7. The WinCharging package fits neatly on one 3 1/2" high density floppy 
  8. disk.  It does not fit on a single 5 1/4" HD disk.
  9.  
  10. To create a two-disk installation package for the 1.2MB floppy disk size,
  11. put the files on the first and second disks as shown below.
  12.  
  13. Put the following files on disk # 1.
  14.  
  15.      1  GRID.VB_            .
  16.      2  GRAPH.VB_           ..
  17.      3  SPIN.VB_            ...
  18.      4  THREED.VB_          ....
  19.      5  CSCMD.VB_           .....
  20.      6  CSTEXT.VB_          ......
  21.      7  CSCOMBO.VB_         .......
  22.      8  CSFORM.VB_          Support Files
  23.      9  CSMETER.VB_         .......
  24.     10  GSWDLL.DL_          ......
  25.     11  VER.DL_             .....
  26.     12  SETUPKIT.DL_        ....
  27.     13  VBRUN300.DL_        ...
  28.     14  QPRO200.DL_         ..
  29.     15  GSW.EX_             .
  30.     16  SETUP.EXE           Setup (Initialize System)
  31.     17  SETUP.LST           File list used by SETUP.EXE
  32.     18  SETUP1.EX_          Setup (Install Program)
  33.     19  WINCHARG.EX_        WinCharging executable
  34.     20  WINCHARG.HL_        WinCharging Help File
  35.  
  36. Put the following files on disk # 2.
  37.  
  38.     21  MEFIRST.HL_         Introductory Help File
  39.     22  PURCHASE.TXT        WinCharging Order Form
  40.     23  LICENSE.TXT         License (for casual users)
  41.     24  README.TXT          Installation and Order Information
  42.     25  CONTENTS.TXT        This file
  43.     26  FILE_ID.DIZ         Description of WinCharging
  44.     27  VENDOR.DOC          Pointer to VendInfo file
  45.     28  VENDINFO.DIZ        Vendor License/Information
  46.  
  47. WinCharging's files should come in the order listed above.  If they
  48. are in the correct order, all you have to do is execute the following
  49. command at the DOS prompt
  50.  
  51.                        XCOPY *.* A:/V/P
  52.     
  53. to copy all of the files to the first floppy disk in your A: drive.
  54.  
  55. The /P switch allows you to reply No to the copy command for the final 
  56. eight files.  Those you put on the second floppy disk by using the same 
  57. XCOPY command and replying No to the first group of files.
  58.  
  59. ***********************************************************************
  60.  
  61. IMPORTANT:  The MEFIRST.HL_ file MUST appear on the second disk along
  62. with the .TXT, .DIZ, and .DOC files or the Setup program will abort.
  63.  
  64. ***********************************************************************
  65.  
  66. WinCharging's Setup program automatically installs from a 3 1/2" disk,
  67. two 5 1/4" disks, or a subdirectory on a hard disk.
  68.  
  69.